From f1ab957532cd84db0f0e23e0679d79720491faf5 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sat, 5 Mar 2016 22:32:13 +0100 Subject: [PATCH] patches: refresh for deps --- debian/patches/clean-win-crates.patch | 12 ++++++------ debian/patches/libgit2-fixes.patch | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/patches/clean-win-crates.patch b/debian/patches/clean-win-crates.patch index b03d73e31..05e519f5c 100644 --- a/debian/patches/clean-win-crates.patch +++ b/debian/patches/clean-win-crates.patch @@ -17,21 +17,21 @@ Forwarded: not-needed rustc-serialize = { version = "0.3", optional = true } [dev-dependencies] ---- a/deps/filetime-0.1.7/Cargo.toml -+++ b/deps/filetime-0.1.7/Cargo.toml +--- a/deps/filetime-0.1.8/Cargo.toml ++++ b/deps/filetime-0.1.8/Cargo.toml @@ -14,8 +14,8 @@ [dependencies] libc = "0.2" --kernel32-sys = "0.1" +-kernel32-sys = "0.2" -winapi = "0.2" -+#kernel32-sys = "0.1" ++#kernel32-sys = "0.2" +#winapi = "0.2" [dev-dependencies] tempdir = "0.3" ---- a/deps/filetime-0.1.7/src/lib.rs -+++ b/deps/filetime-0.1.7/src/lib.rs +--- a/deps/filetime-0.1.8/src/lib.rs ++++ b/deps/filetime-0.1.8/src/lib.rs @@ -35,8 +35,8 @@ //! ``` diff --git a/debian/patches/libgit2-fixes.patch b/debian/patches/libgit2-fixes.patch index a46274ed2..050b64420 100644 --- a/debian/patches/libgit2-fixes.patch +++ b/debian/patches/libgit2-fixes.patch @@ -1,8 +1,8 @@ Fromm: Luca Bruno Description: Misc fixes to build libgit2-sys Forwarded: not-needed ---- a/deps/libgit2-sys-0.3.7/build.rs -+++ b/deps/libgit2-sys-0.3.7/build.rs +--- a/deps/libgit2-sys-0.3.8/build.rs ++++ b/deps/libgit2-sys-0.3.8/build.rs @@ -75,7 +75,6 @@ cfg.define("USE_OPENSSL", "OFF"); } -- 2.30.2